/* custom bottom line tab*/
.big-tab li a{
    font-size:16px;
    padding:15px;
    line-height: 20px;
}

.nav-line{
    border-bottom: 1px solid #e1e1e1;
}


.nav-line > .active > a, .nav-line > .active > a:hover, .nav-line > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-bottom-color: transparent;
}

.nav-line > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-bottom-line {
    border-bottom: 1px solid #ebebeb;
}

.nav-bottom-line > li {
    border: none;
}

.nav-bottom-line > li.active, .nav-bottom-line > li.active:hover {
    border-bottom: 2px solid #fb9332;
}

.nav-bottom-line > li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nav-bottom-line > li:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nav-tabs.nav-bottom-line > li a {
    padding: 5px 10px 8px
}

.nav-tabs.nav-bottom-line > li.active a, .nav-tabs.nav-bottom-line > li.active:hover a {
    color: inherit;
}

.nav-tabs.nav-bottom-line > li {
    background-color: inherit;
}

div.datepicker {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 196px;
    height: 147px;
    position: absolute;
    cursor: default;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

.datepickerContainer {
    border: 1px solid #d1d1d1;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 3px 5px 0px;
    padding: 10px;
}

.datepickerBorderT {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    height: 10px;
}

.datepickerBorderB {
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    height: 10px;
}

.datepickerBorderL {
    position: absolute;
    left: 0;
    bottom: 10px;
    top: 10px;
    width: 10px;
}

.datepickerBorderR {
    position: absolute;
    right: 0;
    bottom: 10px;
    top: 10px;
    width: 10px;
}

.datepickerBorderTL {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
}

.datepickerBorderTR {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
}

.datepickerBorderBL {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
}

.datepickerBorderBR {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
}

.datepickerHidden {
    display: none;
}

div.datepicker table {
    border-collapse: collapse;
}

div.datepicker a {
    color: #555;
    text-decoration: none;
    outline: none;
}

div.datepicker table td {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

div.datepicker table .datepickerDisabled a{
    color:#ccc;
    cursor: not-allowed;
}

div.datepicker table .datepickerNotInMonth{
    visibility:hidden;
}

div.datepicker th {
    text-align: center;
    color: #777;
    font-weight: normal;
    text-align: right;
}

div.datepicker tbody th {
    text-align: left;
}

div.datepicker tbody a {
    display: block;
}

.datepickerDays a {
    width: 22px;
    line-height: 20px;
    height: 20px;
}

.datepickerYears a,
.datepickerMonths a {
    width: 44px;
    line-height: 36px;
    height: 36px;
    text-align: center;
}

td.datepickerNotInMonth a {
    color: #fff;
}

tbody.datepickerDays td.datepickerSelected {
    background: #f6b32a;
}

tbody.datepickerDays td.datepickerSelected a{
    color:#fff;
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
    background: #fff;
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
    background: #17384d;
}

div.datepicker a:hover,
div.datepicker a:hover {
    color: #f50;
    cursor:pointer;
}

div.datepicker td.datepickerNotInMonth a:hover {

}

div.datepicker .monthPicker{
    background: #8ec32f;
}

div.datepicker .monthPicker th{
    padding:2px 0;

}


div.datepicker .monthPicker a{
    color: #fff;
    font-size: 13px;
}


.datepicker .datepickerGoPrev,.datepicker .datepickerGoPrev a{
    border-radius: 3px 0 0 3px;
    color: #fff !important;
}

.datepicker .datepickerGoNext,.datepicker .datepickerGoNext a{
    border-radius: 0px 3px 3px 0px;
    color: #fff !important;
}

div.datepicker tbody th {
    text-align: center;
}

div.datepicker tbody .datepickerDoW th{
    padding:5px 0 0 0;
}

.datepickerSpace div {
    width: 20px;
}

.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.datepickerGoNext a {
    float: right;
    width: 20px;
}

.datepickerGoPrev a {
    float: left;
    width: 20px;
}

table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
    display: none;
}

table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
    display: none;
}

table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
    display: none;
}

td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a {
    color: #333;
}

td.datepickerDisabled a:hover {
    color: #333;
}

td.datepickerSpecial a {
    background: #700;
}

td.datepickerSpecial.datepickerSelected a {
    background: #a00;
}

/*ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¥ÃƒÂ¥Ã…Â½Ã¢â‚¬Â ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬Â¹Ã‚Â©ÃƒÂ¦Ã‚ÂÃ¢â‚¬â„¢ÃƒÂ¤Ã‚Â»Ã‚Â¶*/
.datePick {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 94px;
}

.datePick *{
    vertical-align: middle;
}

.datePick .current{
    font-size: 13px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    padding: 2px 10px;
    background: #fcfcfc;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #fff, #f7f7f7);
    border-radius: 3px;
    margin: 0 2px 0 0;
}

.datePick .disabled .caret{
    display: none;
}


.datePick .current i{
    margin: 0 5px 0 0;
    opacity: 0.85;
}

.datePick .current:hover{
    border: 1px solid #ccc;
}


.datePick .current.selected,.datePick .disabled{
    background: #f3f3f3;
    border: 1px solid #d1d1d1;
}


.datePick .current *{
    vertical-align: middle;
}
.datePick .current .caret{
    margin: 0 0px 0 5px;
}


.datePick a {
    color: #333;
    margin: 0 0px 0 8px;
    display:inline-block;
    padding: 1px 0;
    border-bottom: 2px solid transparent;
}

.datePick a:hover{
    text-decoration: none;
}

.datePick a.selected {
    /*color: #F6B30A;*/
    border-bottom: 2px solid #F6B30A;
}

.datePick .siteClockBtn .btnPart{
    height: 29px;
}

.customDate .gDesc {
    margin-right: 5px !important;
}

/*ÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬Â¹Ã‚Â©ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.menuer {
    background: #fff;
    border: 1px solid #ccc;
    padding: 7px 0;
    width: 160px;
    box-shadow: 3px 3px 0px #eee;
    z-index: 99999;
}

.menuer .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 5px 0 0;
}

.menuer li {
    line-height: 12px;
    height: 12px;

    padding: 6px 10px 10px;
    cursor: pointer;
    overflow: hidden;
}

.menuer li a{
    color: #333;
    text-decoration:none !important;
}

.menuer li.liHover {
    background-color: #f9f9f9;
}

.menuer li.line {
    height: 1px !important;
    padding: 0px;
    margin: 2px 8px;
    background: #eee;
}

.menuer li * {
    vertical-align: middle;
}

.menuer li .gDesc {
    margin: 0 0 0 10px;

    color: #bbb !important;
}

.menuer li .selected {
    margin-left: 30px !important;
}

.menu-list  {
    padding: 0px;
}

.menu-list li {
    height: 36px;
    line-height: 36px;
    padding: 0px;
    border-bottom: 1px solid #e1e1e1;
}

.menu-list li a {
    padding: 0px 10px;
    display: block;
}

.menu-list li:last-child {
    border: none;
}

.menu-list.change-language-menuer {
    font-size: 16px;
    box-shadow: none;
    width: 150px !important;
}

.menu-list.change-language-menuer li {
    height: 38px;
    line-height: 38px;
    position: relative;
}

.menu-list.change-language-menuer li .cur-lang:after{
    position: absolute;
    top: 11px;
    right: 10px;
    content: '';
    display: block;
    background-image: url("/img/common/yes.png");
    background-size: cover;
    width: 16px;
    height: 16px;
    opacity: 0.4;
}

.menu-list.change-language-menuer-mini {
    box-shadow: none;
    margin-left: 20px;
}

.menu-list.change-language-menuer-mini li {
    text-align: center;
}

/*sort table*/

.sortTable th {
    color: #555;
    background:none;
    border-bottom:1px solid #e1e1e1;
}

.sortTable th .xicon {
    width: 8px;
    height: 10px;
    opacity: 0.7;
    margin: 0px 0 0 5px;
}

.sortTable .sortable:hover{
    color: #0088ff;
}

.sortTable .sortable {
    cursor: pointer;
}

.sortTable .sortable .xicon {
    background-position: -215px 0;
}

body .sortTable .asc .xicon {
    background-position: -203px 0;
}

body .sortTable .desc .xicon {
    background-position: -225px 0;
}

.sortTable .desc, .sortTable .asc {
    color: #000 !important;
    font-weight: bold;
}

.sortTable .desc .xicon, .sortTable .asc .xicon {
    opacity: 1;
}

.listPager {

}

.listPager>span, .listPager>a {
    margin: 0 1px;
    padding: 4px 7px;
    background: none;
    color: #4B4B4B;

}

.listPager .prev, .listPager .next {
    display: none;
}

.listPager .current {
    color: #FFF;
    cursor: default;
    background: #F6B30A;
}

.listPager>a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}

.listPager-left {
    text-align: left;
}

.listPager-center {
    text-align: center;
}

.listPager-right {
    text-align: right;
}

/* jquery.rate */
.star, .star-on, .star-checked {
    background: url(/img/common/mini-icon.png) no-repeat 0 0;
}

.star {
    height: 16px;
    width: 16px;
    float: left;
}

.star-on {
    background-position: 0 -16px !important;
}

.star-checked {
    background-position: 0 -32px;
}

/* jquery movelist */
.j-mv .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: not-allowed;
}

.j-mv-up, .j-mv-down, .j-mv-close {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    background: url(/img/common/mini-icon.png) no-repeat 0 0;
}

.j-mv-up {
    width: 11px;
    height: 12px;
    background-position: 0 -64px;
}

.j-mv-up:hover {
    background-position: 0 -112px;
}

.j-mv-up.disabled {
    background-position: 0 -64px !important;
}

.j-mv-down {
    width: 11px;
    height: 12px;
    background-position: 0 -48px;
}

.j-mv-down:hover {
    background-position: 0 -96px;
}

.j-mv-down.disabled {
    background-position: 0 -48px !important;
}

.j-mv-close {
    width: 9px;
    height: 9px;
    background-position: 0 -80px;
}

.j-mv-close:hover {
    background-position: 0 -128px;
}

.j-mv-close.disabled {
    background-position: 0 -80px !important;
}

/*
listing search
*/
.listingSearch {
    position: relative;
    *zoom: 1;
    display: inline-block;
}

.listingSearch.miniSearch .btnFullSearch{
    display:none;
}

.listingSearch.fullSearch .btnMiniSearch{
    display:none;
}

.listingSearch .btnMiniSearch {
    display: inline-block;
    width: 30px;
    height: 26px;
    position: absolute;
    right: 0px;
    top: 1px;
    cursor: pointer;
    opacity: 0.7;
}

.listingSearch .btnMiniSearch .icon {
    width: 18px;
    height: 18px;
    margin: 5px;
    background-position: -289px 0;
}

.listingSearch .btnSearch:hover {
    opacity: 1;
}

.listingSearch .txtListingID {
    width: 138px;
    margin: 0;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    font-size: 12px;
}

.listingSearch.fullSearch .txtListingID {
    width:250px;
    height:22px;
    line-height:22px;
    margin:0 10px 0 0;
    font-size:14px;
}

.listingSearch.fullSearch .btnSearch{
    padding:6px 12px;
}



/* site category*/

/*.sellerCategoryModal .modal-body {*/
/*max-height: 500px;*/
/*}*/

.scgy .sc-tabs {
    margin: 10px 0 7px 0;
}

.scgy .sc-tab {
    display: inline-block;
    padding: 2px 12px;
    cursor: pointer;
    margin: 0 5px 0 0;
}

.scgy .sc-tab:hover {
    background: #eee;
}

.scgy .sc-tab.selected {
    background: #e1e1e1;
}

.scgy .sc-content {
    color: #333 !important;
    display: none;
}

.scgy .children {
    margin: 0 0 0 20px;
}

.scgy label {
    position: relative;
    *zoom: 1;
    z-index: 10;
}

.scgy input {

}

.scgy .checked .cbw {
    display: inline-block;
    background: #badf79;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -2px;
    border-radius: 5px;
    top: 2px;
    z-index: -1;
}

.scgy .checked {

}

.scgy .sc-contents {
    padding-left: 12px;
}

.scgy .level-1 {
    position: relative;
    *zoom: 1;
}

.scgy .level-1 .children {
    display: none;
}

.scgy .cbtn {
    position: absolute;
    top: 0px;
    left: 270px;
    font-size: 12px;
    z-index: 100;
}

.scgy label .gDesc {
    margin-left: 5px;
}

.scgy label {
    max-width: 240px;
}

/* dropdown multi select */
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
}

.multiselect-container li a{
    margin:0;
    padding-top:0;
    padding-bottom:0;
}

.multiselect-container li .checkbox{
    margin:0;
    padding-top:5px;
    padding-bottom:5px;
}

.multiselect-container li a:hover,.multiselect-container li.active a:hover{
    background:#ddd;
    color:#333;
}

.multiselect-container li.active a{
    background:#eee;
    color:#333;
}


.multiselect-container input[type="text"] {
    width: 70%
}

.multiselect-container .input-prepend {
    padding: 3px
}

.multiselect-container>li {
    padding: 0
}

.multiselect-container>li>label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    cursor: pointer
}

.multiselect-container>li>label.multiselect-header {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%
}

.multiselect-container>li>label>input[type="checkbox"] {
    margin-bottom: 5px
}

.multiselect-container .multiselect-group{
    font-weight:bold;
    color:#444;
    font-size:14px;
}


.pull-right .dropdown-menu:after {
    left: auto;
    right: 13px;
}
.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

.pull-right .dropdown-menu .icon {
    background: url("/img/lib/sys_product.png") no-repeat !important;
    background-size: auto 28px !important;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.pull-right .dropdown-menu .icon.icon-products-pg {
    background-position: -2px -1px !important;
    margin-right: 5px;
}

.pull-right .dropdown-menu .icon.icon-products-dc {
    background-position: -31px -1px;
    background-size: auto 28px;
}

.pull-right .dropdown-menu .icon.icon-products-qt {
    background-position: -60px -1px !important;
    background-size: auto 28px;
    margin-right: 5px;
}

.listingFilter .s-row{
    margin-top: 7px;
}

.listingFilter .actived.btn,.listingFilter .actived .btn{
    color:#fb830d;
}

.listingFilter,.listingFilter .btn,.listingFilter .checkbox{
    font-size:13px !important;
    font-size:14px \9;

}

.listingFilter .btn-group {
    margin: 0 0 0 -1px;
}

.listingFilter .f-row, .listingFilter .s-row {
    margin-left: 5px;
}

.listingFilter .lf-row .fw {
    box-shadow: 1px 1px 1px 0 rgba(136,136,136,.1);
    display: inline-block;
}

.listingFilter .btn {
    /*     background: #fff; */
    /*     background: linear-gradient(to bottom, #fff, #f3f3f3); */
    border: 1px solid #ddd;
    border-radius: 1px !important;;
    box-shadow: none;
    padding: 5px 12px;
    /*     margin-left: -1px; */
}

.listingFilter .dropdown-menu input{
    margin-bottom: 0px;
}

.listingFilter .skuEditor input,.listingFilter .titleEditor input{
    margin-bottom: 6px !important;
}

.listingFilter .sku .dropdown-menu *{
    vertical-align: middle;
}

.listingFilter .price input{
    width:50px;
}

.price .dropdown-menu,.listingTitle .dropdown-menu,.sku .dropdown-menu,.listingFilter .multiListing .dropdown-menu,.startTime .dropdown-menu,.listingFilter .category .dropdown-menu{
    padding:10px;
}

.listingFilter .price .dropdown-menu span{
    margin: 0 5px;
    color:#999;
}

.listingFilter .listingTitle input{
    width:250px;
    margin:0;
}

.listingFilter .startTime ul{
}

.listingFilter .startTime ul .btn{
    margin: 0 7px;
}

.listingFilter .startTime span.btn *{
    vertical-align: middle;
}

.listingFilter .startTime ul .closeBtn{
    margin: 0px;
    border:none;
    padding-left: 8px;
    padding-right: 3px;
    background-color: #fff;
    box-shadow: none;
    background-image: none;
}

.listingFilter .startTime span.btn i{
    margin: 0 3px 0 0;
}

.listingFilter .multiListing textarea, .listingFilter .category textarea{
    width: 600px;
    height:200px;
}

.listingFilter .btnTrash{
    padding-left:8px;
    padding-right:8px;
    margin-left: -1px;
}

.listingFilter .icon-trash{
    opacity: 0.8;
}

.listingFilter .btn-search{
    display: inline-block;
    margin-left: -1px;
    color: #fb830d;
}

.lineChart .cbStack{
    font-size: 12px;
}
/*
.lineChart .cbStack{
    display: inline-block;
    margin: 0 0 7px 0px;
    font-size: 12px;
}

.lineChart .cbStack .tab {
    padding: 5px 5px;
    cursor: pointer;
}

.lineChart .cbStack .tab.active {
    background: #f7f7f7;
}

.lineChart .cbStack .tab:last-child {
    border: none;
}

.lineChart .cbStack label{
    margin: 0;
    font-size:12px;
} */

.lineChart .legends{
    font-size:12px;
}

.lineChart .legends .item{
    margin: 0 20px 2px 0;
    cursor:pointer;
    position:relative;
    *zoom:1;
    display: inline-block;
}


.lineChart .legends .item *{
    vertical-align:middle;
}

.lineChart .legends .color{
    display:inline-block;
    width:15px;
    height:15px;
    margin: 0 5px 0 0;
    border-radius:3px;
}

.lineChart .legends .inv .color{
    background-color:#ddd !important;
    border:1px solid #d1d1d1 !important;
}

.lineChart .legends .inv:hover .color{
    background-color:#d5d5d5 !important;
}

.lineChart .legends .icon{
    width: 11px;
    height: 12px;
    position: absolute;
    left: 2px;
    top: 7px;
    background-position:-331px 0;
}

.lineChart .tablew{
    /*margin: -60px 0 0 50px;*/
    /*z-index: 20;*/
    /*position: relative;*/
    /**zoom:1;*/
    /*display: inline-block;*/
    margin: 0px 0 20px 0;
}

.lineChart .btnDisplaySwitch{
    font-size: 12px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    padding: 4px 10px;
    background: #f8f8f8;
    cursor: pointer;
    /*background-image: linear-gradient(to bottom, #fbfbfb, #e8e8e8);*/
    border-radius: 3px;
}



.lineChart .btnDisplaySwitch:hover{
    background: #eee;
}

.lineChart .btnDisplaySwitch.active{
    background: #e6e6e6;
    border-color: #d2d2d2;
}

.lineChart .btnDisplaySwitch .icon{
    width:11px;
    height:11px;
    background-position: -390px 0;
    margin: 0 3px 0 0;
}

.lineChart .btnDisplaySwitch .caret{
    margin: 0 0 0 8px;
}

.lineChart .btnDisplaySwitch *{
    vertical-align: middle;
}

.lineChart table{
    margin: 10px 0 20px;
}

.lineChart table td,.lineChart table th{
    padding: 7px 40px;
    text-align: center;
    border:1px solid #e1e1e1;
}

#content .lineChart table th{
    background-color: #f4f9ff;
    color:#555;
    font-weight: normal;
}

#content .lineChart table .amount{
    font-weight: bold;
}

.lineChart table .firstCol{
    /*color: #777;*/
    background-color: #fbfbfb;
}

.siteClock{
    width:180px;
    font-size: 14px;
}

.siteClock .group{
    margin: 5px 0;
}

.siteClock .s-title{
    font-weight: bold;
    color: #F6B30A;
    margin: 0 0 5px 0;
}

.siteClock .site{
    display: inline-block;
    margin: 0 0px 0 7px;
    padding: 5px 0 5px 10px;
    border-left: 3px solid #eee;
    position: relative;
    *zoom:1;

}

.siteClock .youTime{
    color:#999;
}

.siteClock .site i{
    position: absolute;
    top:13px;
    left:-5px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background-color: #ddd;
}

.siteClock .name{
    display: inline-block;
    width:100px;
}

.siteClock .desc{
    font-size: 12px;
    margin: 0 0 5px 0;
    color:#888;
}

.siteClock .bottomDesc{
    border-top:1px dashed #ddd;
    margin: 5px 0 0;
    padding: 5px 0 0;
    display: inline-block;
}

.floatSiteClock{
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 3px 5px 0px;
    padding: 7px 12px;
    left:10px;
    top:20px;
    z-index: 10;
}

.siteClockBtn{
    position: relative;
    *zoom:1;
    display: none;
}

.siteClockBtn .btnPart{
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding: 0 10px;
    font-size:12px;
}

.siteClockBtn i{
    width:17px;
    height:17px;
    background-position:-405px 0;
}

.siteClockBtn *{
    vertical-align: middle;
}

.siteClockBtn .text{
    margin:0 0px 0 4px;
    display: inline-block;
}

.questionTip .icon{
    width:13px;
    height:13px;
    margin-left: 4px;
    opacity: 0.7;
    background-position: -425px 0;
    display: inline-block;
}

.questionTip:hover .icon{
    opacity: 1;
}

.download-btn{
    position:absolute;
    right:5px;
    top:3px;
    font-size:10px;
}

.download-btn i{
    opacity: 0.8;
    margin: 0 3px 0 0;
}

.dropdown-download-btn {
    position:absolute;
    right:5px;
    top:3px;
    font-size: 12px;
}

.dropdown-download-btn i{
    opacity: 0.8;
    margin: 0 3px 0 0;
}

.dropdown-download-btn > button {
    font-size: 12px;
}

.dropdown-download-btn ul {
    padding: 0;
    min-width: 70px;
}

.dropdown-download-btn ul > li {
    border-bottom: 1px solid #e1e1e1;
}

.dropdown-download-btn ul > li:last-child {
    border-bottom: none;
}

.dropdown-download-btn ul > li > a{
    padding: 5px 10px;
}

/*high chart logo*/
/*svg:last-child tspan{*/
/*display: none;*/
/*}*/

.keywordEditor{
    border:1px solid #e1e1e1;
    width:500px;
    padding:6px 8px 0 8px;
    cursor:text;
    background: #FFF;
}

.selectionBox {
    position: absolute;
    right: 6px;
    top: 7px;
    z-index: 6;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    line-height: 20px;
    padding: 0px 5px;
    background: #f3f3f3;
}

.selectionBox .menuer {
    width: 215px;
    position: absolute;
    padding: 0 !important;
    line-height: 20px !important;
    left: 0;
    top: 24px;
}

.selectionBox .menuer li {
    line-height: 16px;
    color: #999;
    height: auto;
    padding: 10px !important;
    vertical-align: middle;
}

.selectionBox .menuer li .title {
    font-size: 13px;
    color: #0e0e0e;
}

.selectionBox .selectionBtn {
    color: #999;
}

.selectionBox:hover .selectionBtn {
    color: #fb830d;
}

.selectionBox .menuer li:hover {
    background: #f1f1f1;
}

.dropdown-menu .selectionBox {
    position: absolute;
    right: 6%;
    top: 8%;
    z-index: 6;
    font-size: 12px;
}

.keywordEditor.skuEditor{
    width:300px;
    height:200px;
}

.sku .i-input-wrap{
    display: inline-block;
    position: relative;
    width: 259px;
    height: 33px;
    margin-left: 2px;
}

.dropdown-menu .selectionBox{
    position: absolute;
    right: 6%;
    top: 8%;
    z-index: 6;
    font-size: 12px;
}

.keywordEditor .txt{
    border:none !important;
    height:24px;
    line-height:24px;
    margin:0 0 6px 0;
}

.keywordEditor .txt:focus{
    outline: none;
}

.keywordEditor .word,.keywordEditor .txt,.keywordEditor .connector{
    float:left;
}

.keywordEditor .word{
    background:#f3f3f3;
    font-size:12px;
    padding:2px 15px 2px 10px;
    border-radius:5px;
    margin:0 10px 6px 0;
    line-height:20px;
    position:relative;
    *zoom:1;
    cursor:pointer;
}

.keywordEditor .word .type{
    color:#aaa;
}

.keywordEditor .word *,.keywordEditor .word .type *,.keywordEditor .connector *{
    vertical-align:middle;
}

.keywordEditor .word .delete{
    color:#bbb;
    cursor:pointer;
    position:absolute;
    top:-4px;
    right:-4px;
    background:#fff;

    height:5px;
    line-height:3px;
    padding:3px;
    color:#aaa;
    border-radius:15px;
    font-size:10px;

}

.keywordEditor .word .delete:hover{
    color:#0088ff;
}


.keywordEditor .caret{
    border-top-color:#aaa;
    margin:0 0 0 2px;
}

.keywordEditor .word .w{
    margin:0 0 0 8px;
    font-size:14px;
}

.keywordEditor .connector{
    height:25px;
    line-height:24px;
    width:24px;
    cursor:pointer;
    margin:0 10px 5px 0;
    text-align:center;
    color:#999;
    font-size:12px;
    border:1px solid #eee;
    border-radius:15px;
}

.lang-en .keywordEditor .connector{
    width:28px;
}

.keywordEditor .connector .caret{
    display:none;
}

.keywordEditor .connector:hover,.keywordEditor .word:hover .type{
    color:#0088ff;
}

.keywordType{
    font-size:12px;
}

.listTable {
    position: relative;
}

.listTable .selectedRow{
    /*background-color: #fefbec;*/
    background-color: #fbfbfb;
}

.listTable .btnHeader .selectedPart{
    font-size: 12px;
    margin-left: 5px;
    color: #999;
}

.listTable .btnHeader .modalSelected thead th{
    background-color: #fff;
}
.listTable .btnHeader .modalSelected .icon-remove{
    cursor: pointer;
    opacity: 0.5;
}
.listTable .btnHeader .modalSelected .icon-remove:hover{
    opacity: 0.8;
}

.listTable .btnHeader *{
    vertical-align: middle;
}

.listTable .subRow.selectedRow td:first-child{
    background-color: white;
}

/*list table*/
.listTable td input {
    margin: 0px;
}

.listTable .cbTd{
    cursor: pointer;
}

.listTable .btnHeader{
    position: relative;
    *zoom:1;
}

.listTable .btnHeader .btn{
    font-size:12px;
    padding: 2px 15px;
    margin: 0 8px 0 0;
}

.listTable .btnHeader{
    background-color:#f9f9f9;
    padding:7px 7px 7px 7px;
    border-bottom:1px dashed #e1e1e1;
    min-height: 22px;
}
.listTable.hasCheckbox thead th{
    background-color:#f9f9f9;
}

.listTable .listFooter{
    /*text-align: right;*/
}

.listList .listFooter {
    text-align: left;
}

.listTable .rightCorner{
    position: absolute;
    right: 10px;
    top:10px;
    font-size: 12px;
}

.listTable .listAmount{
    color:#999;
    margin: 0 0px 0 10px;
}

.listTable .listFooter .showRows{margin:0 30px 0 0;font-size:12px;color:#999}
.listTable .listFooter .showRows *{vertical-align:middle}
.listTable .listFooter select{
    width: 69px;
    margin: 0 0 0 5px;
    font-size: 12px;
    line-height: 20px;
    padding: 0px 0px 0 5px;
    height: 20px;
}

.listTable .fixedColumn *{
    vertical-align: middle;
    font-size: 12px;
}

.listTable .fixedColumn .cover {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 5px 0 0;
}

.listTable .fixedColumn .cover img{
    width: 26px;
}

.listTable .fixedColumn a {
    color: #333;
}


.listTable .tableScroll{
    overflow: auto;
    max-width: 100%;
    position: relative;
    *zoom: 1;
}

.listTable.scrollable .listFooter{
    margin: 10px 0 0 0;
}

.listTable .fixedHeader{
    position: fixed;
    top: 0px;
    left: 0px;
}

.listTable .modalCustomColumn .unselectedPart, .listTable .modalCustomColumn .selectedPart {
    display: inline-block;
    width: 220px;
    margin: 0px 20px 0 0;
    position:relative;
    *zoom:1;
}

.listTable .modalCustomColumn .cbPart {
    border:1px solid #eee;
    background-color: #f9f9f9;
    height: 260px;
    padding: 10px 20px;
    overflow-y: auto;
    margin: 10px 0 0 0;
}

.listTable .modalCustomColumn .roww {
    position: relative;
    *zoom: 1;
    margin: 2px 0;
}

.listTable .modalCustomColumn .icon-move {
    position: absolute;
    top: 7px;
    right: 0px;
    opacity: 0.7;
    cursor:pointer;
}

.listTable .modalCustomColumn .icon-move:hover {
    opacity: 1;
}

.listTable .dragPlaceHolder {
    border: 1px dashed #ccc;
}

.listTable .modalCustomColumn .btnResetDefault {
    position: absolute;
    right: 0px;
}

.listTable .fixedColumnList {
    display: none;
}

.listTable .fixedColumnList .fixedColumn {
    position: absolute;
    left: 10px;
    background: rgba(255,255,255, 1);
    border: 1px solid #e1e1e1;
    padding: 5px 6px;
    border:1px solid #e1e1e1;
    box-shadow: 2px 2px 0 0 #eee;
    border-radius: 1px;
    min-width: 100px;
}



.liveshow-notice .anchor-part, .liveshow-notice .desc-part{
    display: inline-block;
    vertical-align: top;
}

.liveshow-notice .anchor-part {
    width: 60px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.liveshow-notice .anchor-part img {
    width: 60px;
    border-radius: 100px;
    border: 1px solid #eee;
    margin: 0 0 5px 0;
}

.liveshow-notice .desc-part{
    margin: 5px 0 0 15px;
}

.liveshow-notice .desc-part .row-title {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.liveshow-notice .desc-part .row-title .link{
    color: #333;
}

.liveshow-notice .desc-part .row-title .link:hover{
    color: #fb830d;
}


.liveshow-notice .desc-part .row-title * {
    vertical-align: middle;
}

.liveshow-notice .desc-part .row-title .recorded {
    margin: 0 0 0 10px;
    font-size: 12px;
}


.liveshow-notice .desc-part .btn-state {
    min-width: 100px;
    padding: 0 15px;
    line-height: 36px;
    font-size: 14px;
    display: inline-block;
    background: #eee;
    text-align: center;
    color: #333;
    border-radius: 4px;
    margin: 0 15px 0 0;
}

.liveshow-notice .desc-part .btn-state.green {
    background: #17BD80;
    color: #fff;
}

.liveshow-notice .desc-part .btn-state *{
    vertical-align: middle;
}

.liveshow-notice .desc-part .btn-state img{
    margin: 0 7px 0 0px;
}

.liveshow-notice .desc-part .btn-state:hover {
    text-decoration: none;
}

.liveshow-popup {
    border: 1px solid #ccc;
    position: fixed;
    top: 30px;
    right: 30px;
    background-color: #fff;
    z-index: 10000;
    box-shadow: 0px 0px 5px 0 #ddd;
    padding: 10px 15px 15px 15px;
}

.liveshow-popup .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f7f7f7;
    width: 26px;
    text-align: center;
    line-height: 22px;
    height: 26px;
    font-size: 18px;
    color: #999;
    cursor: pointer;
}

.liveshow-popup .btn-close:hover {
    background: #eee;
}

.liveshow-popup .slogan {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.listTable .falseTitle span {
    display: inline-block;
    padding: 8px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
    color: #555;
    font-size: 14px;
}

.listTable  .divFalseTitle {
    position: absolute;
    z-index: 1;
    width: 100%;
    cursor: pointer;
    overflow-x: hidden;
    background-color: #f9f9f9;
}

.listTable .falseTitle {
    white-space: nowrap;
    line-height: 20px;
}


.liveshow-notice .anchor-part, .liveshow-notice .desc-part{
    display: inline-block;
    vertical-align: top;
}

.liveshow-notice .anchor-part {
    width: 60px;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.liveshow-notice .anchor-part img {
    width: 60px;
    border-radius: 100px;
    border: 1px solid #eee;
    margin: 0 0 5px 0;
}

.liveshow-notice .desc-part{
    margin: 5px 0 0 15px;
}

.liveshow-notice .desc-part .row-title {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.liveshow-notice .desc-part .row-title .link{
    color: #333;
}

.liveshow-notice .desc-part .row-title .link:hover{
    color: #fb830d;
}


.liveshow-notice .desc-part .row-title * {
    vertical-align: middle;
}

.liveshow-notice .desc-part .row-title .recorded {
    margin: 0 0 0 10px;
    font-size: 12px;
}


.liveshow-notice .desc-part .btn-state {
    min-width: 100px;
    padding: 0 15px;
    line-height: 36px;
    font-size: 14px;
    display: inline-block;
    background: #eee;
    text-align: center;
    color: #333;
    border-radius: 4px;
    margin: 0 15px 0 0;
}

.liveshow-notice .desc-part .btn-state.green {
    background: #17BD80;
    color: #fff;
}

.liveshow-notice .desc-part .btn-state *{
    vertical-align: middle;
}

.liveshow-notice .desc-part .btn-state img{
    margin: 0 7px 0 0px;
}

.liveshow-notice .desc-part .btn-state:hover {
    text-decoration: none;
}

.liveshow-popup {
    border: 1px solid #ccc;
    position: fixed;
    top: 30px;
    right: 30px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 0 #ddd;
    padding: 10px 15px 15px 15px;
}

.liveshow-popup {
    top: 100px;
}

.liveshow-popup .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f7f7f7;
    width: 26px;
    text-align: center;
    line-height: 22px;
    height: 26px;
    font-size: 18px;
    color: #999;
    cursor: pointer;
}

.liveshow-popup .btn-close:hover {
    background: #eee;
}

.liveshow-popup .slogan {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.weixinPopup {
    width: 800px;
    margin-left: -400px;
}

.weixinPopup .weixin-left {
    padding: 4.5%;
    vertical-align: top;
    display: inline-block;
    width: 40%;
    text-align: center;
}

.weixinPopup .modal-body {
    padding: 0;
    max-height: 580px;
}

.weixinPopup .weixin-rigth {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    width: 50%;
    float: right;
    padding: 4.5% 0;
    background: #f9f9f9;
}

.weixinPopup .weixin-img-container {
    border: 1px solid #e1e1e1;
    padding: 5% 0;
}

.weixinPopup .weixin-img-container img {
    width: 90%;
}

.weixinPopup .weixin-left ul {
    margin-top: 20px;
}

.weixinPopup .weixin-introduce {
    text-align: left;
}

.weixinPopup .weixin-rigth img {
    width: 80%;
}

.ebay-new-deal-model{
    width: 664px;
    margin-left: -332px;
}

.ebay-new-deal-model #myModalLabel{
    font-family: 'PingFangSC-Regular', 'PingFang SC' !important;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.ebay-new-deal-model .content_wrap {
    padding: 10px;
}

.ebay-new-deal-model .ebayDealNotice {
    line-height: 20px;
    display: block;
}

.ebay-new-deal-model .ebayDealList {
    margin-top: 10px;
    padding: 10px 8px 10px 18px;
    background-color: #f7f7f7;
    font-size: 16px;
    border: 1px solid #e1e1e1;
}

.ebay-new-deal-model .ebayDealList li {
    line-height: 24px;
    margin-top: 8px;
}

.ebay-new-deal-model .ebayDeal_qa {
    display: block;
    line-height: 30px;
    margin-top: 10px;
    color: #999999;
}

.modal-body {
    padding: 15px;
    max-height: 550px;
}

.crollSecretModal .data-source .title{
    font-size: 20px;
    margin-bottom: 20px;
}

.crollSecretModal .data-source .tip{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #f5bd1e;
    border-radius: 50%;
    line-height: 15px;
    margin-right: 9px;
    margin-left: -20px;
}

.crollSecretModal .data-source .content{
    color: #747473;
}

.crollSecretModal .crosssell-flow{
    margin-top: 50px;
}

.crollSecretModal .crosssell-flow .title{
    font-size: 35px;
    margin-bottom: 25px;
}

.crollSecretModal .crosssell-flow .content-tip{
    font-size: 15px;
    color: #828080;
}

.crollSecretModal .crosssell-flow .analysis-graph{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.crollSecretModal .crosssell-flow .analysis-graph .graph-1{
    display: inline-block;
    vertical-align: bottom;
}

.crollSecretModal .crosssell-flow .analysis-graph .graph-1 div:first-child{
    color: #818181;
}

.crollSecretModal .crosssell-flow .analysis-graph .graph-1 div:last-child{
    width: 80px;
    background: #f5ab1e;
    height: 25px;
}

.crollSecretModal .crosssell-flow.flow-2 .analysis-graph .graph-1 div:last-child{
    height: 110px;
}

.crollSecretModal .crosssell-flow .analysis-graph .graph-2{
    display: inline-block;
    margin-left: -5px;
    vertical-align: bottom;
}

.crollSecretModal .crosssell-flow .analysis-graph .graph-2 div:first-child{
    color: #818181;
}

.crollSecretModal .crosssell-flow .analysis-graph .graph-2 div:last-child{
    width: 80px;
    height: 150px;
    background: #6eb344;
}

.crollSecretModal .crosssell-flow .analysis-detail{
    text-align: center;
    font-size: 15px;
    line-height: 41px;
    color: #828080;
}

.crollSecretModal .crosssell-flow .analysis-detail .detail-1,.crollSecretModal .crosssell-flow .analysis-detail .detail-2{
    display: inline-block;
}

.crollSecretModal .crosssell-flow .analysis-detail .detail-1 span:first-child{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #f5ab1e;
    margin-bottom: -3px;
    margin-right: 5px;
}

.crollSecretModal .crosssell-flow .analysis-detail .detail-2 span:first-child{
    width: 15px;
    height: 15px;
    background: #6eb344;
    display: inline-block;
    margin-left: 50px;
    margin-bottom: -3px;
    margin-right: 5px;
}

.crollSecretModal .question{
    font-size: 30px;
    line-height: 60px;
    background: #f5bd1e;
    color: #fff;
    padding: 0 25px;
    margin-top: 40px;
}

.crollSecretModal .question-detail{
    margin: 15px 0;
}

.crollSecretModal .answer{
    margin-top: 10px;
}

.crollSecretModal .answer .title .tip{
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #f5bd1e;
    border-radius: 50%;
    margin-right: 10px;
}

.crollSecretModal .answer .title span:last-child{
    font-size: 25px;
}

.crollSecretModal .answer .content{
    font-size: 15px;
    color: #828080;
    margin-left: 25px;
    margin-top: 10px;
}


.ebay-new-deal-model .ebayDeal_w, .ebay-new-deal-model .ebayDeal_d {
    display: block;
    line-height: 22px;
    vertical-align: text-top;
}

.ebay-new-deal-model .left,.ebay-new-deal-model .right {
    vertical-align: text-top;
    display: inline-block;
}

.ebay-new-deal-model .right {
    width: 578px;
}

.ebay-new-deal-model .left {
    width: 20px;
}

.ebay-new-deal-model .ebayDeal_w {
    margin-top: 6px;
}

.PolymerizationAnalysis {
    border: 1px solid #e1e1e1;
    width: 460px;
    margin-left: -230px;
    background-color: #FFFFFF;
}

.PolymerizationAnalysis .modal-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.PolymerizationAnalysis .modal-header .close {
    margin-top: -2px;
}

.PolymerizationAnalysis .head {
    height: 40px;
    background-color: #f7f7f7;
    padding: 2px 0;
    border-bottom: 1px solid #e1e1e1;
}

.PolymerizationAnalysis .search {
    padding: 5px 16px;
    border-bottom: 1px solid #EEEEEE;
}

.PolymerizationAnalysis .modal-header .num {
    color: #fa830d !important;
}

.PolymerizationAnalysis .all {
    margin-top: 0px;
}
.PolymerizationAnalysis .all-text {
    margin-left: 10px;
}
.PolymerizationAnalysis .search {
    height: 30px;
}

.PolymerizationAnalysis .modal-body {
    padding: 0px;
    max-height: none;
    overflow: hidden;
}

.PolymerizationAnalysis .search-input {
    height: 21px;
    margin: 4px 0;
    display: inline-block;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 1px 2px;
    float: right;
}

.PolymerizationAnalysis .search-input .search {
    width: 100px;
    height: 20px;
    padding: 0;
    display: inline-block;
    border: 0;
    box-shadow: none;
    margin: 0;
    text-indent: 0.5em;
}

.PolymerizationAnalysis .search-input .icon-search {
    opacity: 0.3;
}

.PolymerizationAnalysis .check-box {
    margin-top: 3px;
    display: inline-block;
}

.PolymerizationAnalysis .accountName {
    max-height: 400px;
    overflow-y: auto;
}

.PolymerizationAnalysis .modal-footer {
    padding: 8px 15px 8px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.PolymerizationAnalysis .accountName li {
    padding: 5px 16px;
    line-height: 30px;
    border-bottom: 1px solid #EEEEEE;
}

.PolymerizationAnalysis .accountName li input{
    display: inline-block;
    margin-top: 0px;
}

.PolymerizationAnalysis .accountName li  span{
    margin-left: 10px;
    cursor: pointer;
}

.PolymerizationAnalysis .check-box {
    cursor: pointer;
}

.PolymerizationAnalysis .accountName .excluded {
    display: none !important;
}

.PolymerizationAnalysis .search-box {
    cursor: pointer;
    display: inline-block;
    margin-top: 3px;
    margin-left: 16px;
}

.PolymerizationAnalysis .search-show {
    margin-top: 0px;
}

.PolymerizationAnalysis .search-show-text {
    margin-left: 10px;
}

/* tree box */
.tree-box {
    width: 655px;
    padding: 20px;
    background: #FFF;
    display: none;
}

.tree-box.append {
    margin-top: 5px;
    border: 1px dashed #CCC;
    display: block;
    position: relative;
}

.tree-box.popup {
    display: block;
    position: absolute;
    top: 300px;
    left: 400px;
    border: 1px solid #CCC;
    /*border-bottom: 0;*/
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    z-index: 999999999;
}

.cb-close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.cb-head {
    margin-bottom: 20px;
}

.cb-controls input {
    margin-bottom: 0;
}

.ctl-search {
    position: relative;
    display: inline-block;
}

.ctl-search [type="search"] {
    padding-right: 24px;
}

.ctl-search .icon-search {
    position: absolute;
    top: 7px;
    right: 7px;
    opacity: 0.5;
}

.cb-views .view {
    display: none;
    min-height: 200px;
}

.cb-views .view.at {
    display: block;
}

.cols-wrap {
    overflow: auto;
}

.cols-wrap td {
    padding: 0;
}

.cols-wrap td:last-child {
    /* fix right border hidden */
    padding-right: 2px;
}

.cols-wrap .col {
    height: 200px;
    border: 1px solid #CCC;
    margin-right: -1px;
    position: relative;
}

.cols-wrap .col select {
    min-width: 180px;
    width: auto;
    height: 100%;
    border: none;
}

.result-list {
    margin-top: 5px;
    padding: 2px 8px;
    overflow: auto;
    height: 180px;
    border: 1px solid #CCC;
}

.result-list li {
    padding: 5px 0;
}

.result-list label>input {
    vertical-align: baseline;
}

.cb-foot {
    margin-top: 20px;
}

.listModal{
    width: 800px;
    margin-left: -400px;
}

.listModal table thead th{
    background-color: white !important;
    border: none;
}

.listModal table th, .listModal table td{
    border-bottom-style: dashed;
}

.listModal .coverTd{
    width:80px;
}

.listModal .cbTd,.cbAllRow{
    cursor: pointer;
}

.listModal .cover img{
    width:50px;
}

.drillDownMenu {
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(136, 136, 136, .1);
    border: 1px solid #ddd;
    position: absolute;
    width: 306px;
    min-height: 130px;
    z-index: 999;
}

.drillDownMenu .greenBtn {
    padding: 5px 15px;
}

.drillDownMenu .menu-title {
    padding: 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
}

.drillDownMenu .menu-body {

}

.drillDownMenu .filter-row, .drillDownMenu .new-report-row {
    padding: 10px 10px 10px 10px;
}

.drillDownMenu .filter-row {
    border-bottom: 1px solid #e8e8e8;
}

.drillDownMenu .tip-select {
    line-height: 24px;
    font-size: 12px;
    color: #999999;
}

.drillDownMenu .select-warp {
    margin-top: 5px;
}

.drillDownMenu .select-input {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
}

.drillDownMenu .select-input select {
    width: 94%;
}

.drillDownMenu .greenBtn {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.drillDownMenu:focus{
    outline: none;
}

.drill-down-mode #dc-header,.drill-down-mode #sidebarSwitch,.drill-down-mode #sidebar,.drill-down-mode  #feedbackBtn,.drill-down-mode  #top-header {
    display: none;
}

.drill-down-mode #payment-head-tip, .drill-down-mode #header-alert {
    display: none;
}

.drill-down-mode #content {
    margin: 0px;
}

.iframe-modal-close {
    position: fixed;
    z-index: 100;
    right: 0px;
    top: 0px;
    background: #FF6D65;
    padding: 6px 6px 6px 7px;
    border-radius: 0px 0px 0px 3px;
    opacity: 1;
    color: #fff;
    cursor: pointer;
}

.iframe-modal-close span {
    font-size: 24px;
    line-height: 14px;
    display: block;
    width: 14px;
    font-family: arial;
}

.iframeModal iframe {
    border: none;
}

.drill-down-mode #topbar .tb-date {
    top: 11px;
    right: 50px;
}

.drill-down-mode #topbar .lf-row{
    display: inline-block;
    margin-left: 10px;
}

.drill-down-mode #topbar .s-row {
}

.drill-down-mode #topbar .aio-account .icon-filter, .drillDownMenu .icon-filter {
    margin-top: 0px;
    opacity: 0.5;
    vertical-align: middle;
}

.drill-down-mode #topbar .url {
    width: 120px;
    margin-left: 11px;
    margin-right: 14px;
    margin-top: 8px;
    display: none;
}

.drill-down-mode #topbar .url select{
    width: 100%;
}

.drillDownMenu i {
    opacity: 0.5;
}

.drillDownMenu .btn-add-filter {
    font-size: 12px;
    padding: 3px 8px;
}

.drillDownMenu .btn-add-filter * {
    vertical-align: middle;
}

.drillDownMenu .icon-filter {
    margin-top: 1px;
}

.drill-down-mode #topbar .aio-account {
    margin-left: 10px;
    display: block;
    line-height: 30px;
    vertical-align: middle;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
}

.drillDownMenu .menu-title strong {
    color: #fb830d;
    font-weight: normal;
}

.drill-down-mode #topbar .aio-account-text {
    margin-left: 4px;
    width: 70%;
    display: inline-block;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.drill-down-mode #topbar .fiter-warp {
    display: inline-block;
    vertical-align: middle;
}

.drill-down-mode #topbar .warp-drill {
    vertical-align: top;
    display: inline-block;
    width: 150px;
    border-right: 1px solid #eee;
}

#PageJumpAnimationModal{
    width: 350px;
    margin-left: -175px;
    top: 50% !important;
    margin-top: -86px !important;
}

#PageJumpAnimationModal .modal-body {
    padding: 40px 15px;
    height: 90px;
}

#PageJumpAnimationModal .loading-text {
    text-align: center;
    font-size: 18px;
}

#PageJumpAnimationModal .loading-animation {
    text-align: center;
    margin-top: 20px;
}

#PageJumpAnimationModal .loading-animation-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #f29242;
    border-radius: 50%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    animation: changeright 2s linear infinite;
    -webkit-animation: changeright 2s linear infinite;
}

@keyframes changeright{

    0%{-webkit-transform:rotate(0deg);}

    50%{-webkit-transform:rotate(180deg);}

    100%{-webkit-transform:rotate(360deg);}
}

@-webkit-keyframes changeright{

    0%{-webkit-transform:rotate(0deg);}

    50%{-webkit-transform:rotate(180deg);}

    100%{-webkit-transform:rotate(360deg);}
}
#modalNeedUprade .upBtn *{
    vertical-align: middle;
}

#modalNeedUprade .upBtn {
    padding: 12px 28px;
}

#modalNeedUprade .upBtn img {
    margin: 0 5px 0 0;
    width: 20px;
}
.fixed-closeBtn {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 16px 0;
    border-top: 1px solid #e1e1e1;
    text-align: right;
}

.fixed-closeBtn .btn {
    margin-right: 20px;
}

.animationElementWrap {
    position: absolute;
    z-index: 99999999;
    pointer-events: none;
}

.highlight-aperture:before, .highlight-aperture:after{
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    animation: scaleDraw 0.8s linear infinite;
    -ms-animation: scaleDraw 0.8s linear infinite;		/* IE 9 */
    -webkit-animation: scaleDraw 0.8s linear infinite;	/* Safari and Chrome */
    -o-animation: scaleDraw 0.8s linear infinite;		/* Opera */
    -moz-animation: scaleDraw 0.8s linear infinite;
}

.highlight-aperture:before {
    box-shadow: 0px 0px 2px 2px #FEDD31;
}
.highlight-aperture:after {
    box-shadow: inset 0px 0px 2px 2px #FEDD31;
}

.highlight-core:before, .highlight-core:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    animation: scaleDraw 0.8s linear infinite;
    -ms-animation: scaleDraw 0.8s linear infinite;		/* IE 9 */
    -webkit-animation: scaleDraw 0.8s linear infinite;	/* Safari and Chrome */
    -o-animation: scaleDraw 0.8s linear infinite;		/* Opera */
    -moz-animation:scaleDraw 0.8s linear infinite;
}

.highlight-core:before {
    box-shadow: 0px 0px 1px 1px #FEDD31;
}
.highlight-core:after {
    box-shadow: inset 0px 0px 1px 1px #FEDD31;
}

.animation-mouse {
    width: 12px;
    height: 24px;
    position: absolute;
    top: 18px;
    bottom: 0;
    left: 14px;
    right: 0;
    margin: auto;
    animation: scaleDraw2 0.8s linear infinite alternate;
    -ms-animation: scaleDraw2 0.8s linear infinite alternate;		/* IE 9 */
    -webkit-animation: scaleDraw2 0.8s linear infinite alternate;	/* Safari and Chrome */
    -o-animation: scaleDraw2 0.8s linear infinite alternate;		/* Opera */
    -moz-animation:scaleDraw2 0.8s linear infinite alternate;
}

.animation-mouse img {
    width: 100%;
}

.modal a.btnClose:hover {
    text-decoration: none;
}

@keyframes scaleDraw2 {
    0% {
        -webkit-transform: translate(0px, 0px);

    }
    100% {
        -webkit-transform: translate(20px, 20px);

    }
}

@-ms-keyframes scaleDraw2 {
    0% {
        -ms-transform: translate(0px, 0px);

    }
    100% {
        -ms-transform: translate(20px, 20px);

    }
}

@-ms-keyframes scaleDraw2 {
    0% {
        -ms-transform: translate(0px, 0px);

    }
    100% {
        -ms-transform: translate(20px, 20px);

    }
}

@-o-keyframes scaleDraw2 {
    0% {
        -o-transform: translate(0px, 0px);

    }
    100% {
        -o-transform: translate(20px, 20px);

    }
}

@-moz-keyframes scaleDraw2 {
    0% {
        -moz-transform: translate(0px, 0px);

    }
    100% {
        -moz-transform: translate(20px, 20px);

    }
}


@keyframes scaleDraw {
    /*0% {
        transform: scale(2.5);
        opacity: 0;
    }
    5*/
    0% {
        transform: scale(.5);
        opacity: .8;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes scaleDraw {
    /*0% {
        -webkit-transform: scale(2.5);
        opacity: 0;
    }
    5*/
    0% {
        -webkit-transform: scale(.5);
        opacity: .8;
    }

    100% {
        -webkit-transform: scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes scaleDraw {
    0% {
        -ms-transform: scale(.5);
        opacity: .8;
    }
    100% {
        -ms-transform: scale(2.5);
        opacity: 0;
    }
}

@-o-keyframes scaleDraw {
    0% {
        -o-transform: scale(.5);
        opacity: .8;
    }
    100% {
        -o-transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes scaleDraw {
    0% {
        -moz-transform: scale(.5);
        opacity: .8;
    }
    100% {
        -moz-transform: scale(2.5);
        opacity: 0;
    }
}
.datePick a.twoYear{
    margin-right: 10px;
}

.authorization-expire-notice-popup {
    width: 454px;
    height: auto;
    max-height: 244px;
    position: absolute;
    right: 5px;
    margin-top: 5px;
    box-shadow: none;
}

.authorization-expire-notice-popup.navSubMenu {
    border-top: 1px solid #CCCCCC;
}

.authorization-expire-notice-popup.navSubMenu.mini {
    padding: 5px 14px 10px 14px;
    box-shadow: none;
}

.authorization-expire-notice-popup .popup-body {
    height: auto;
    max-height: 147px;
    overflow-y: auto;
}

.authorization-expire-notice-popup .popup-footer {
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.authorization-expire-notice-popup .popup-header {
    margin: 10px 0 20px 0;
    height: 20px;
    line-height: 20px;
}

.popup-header .close {
    line-height: 13px;
}

.authorization-expire-notice-popup .popup-body .account-row {
    background: #F9F9F9;
    margin-bottom: 10px;
    padding: 7px 7px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.goto-auth {
    width: 76px;
    height: 20px;
    line-height: 20px;
    float: right;
}

.notice-off-btn {
    text-decoration: none;
    color: #999;
}

.account-row .platform-name {
    float: left;
}

.account-row .reauth-btn {
    float: right;
}

.popup-body .account-row .name {
    width: 200px;
    text-align: left;
    display: inline-block;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow: hidden;
    word-spacing: normal;
}

a.notice-off-btn {
    text-decoration: none;
}

.rowBoxShadow {
    animation: rowBoxShadown 6s;
    -webkit-animation: rowBoxShadow 6s;
    -moz-animation: rowBoxShadow 6s;
    -ms-animation: rowBoxShadow 6s;
    -o-animation: rowBoxShadow 6s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@-webkit-keyframes rowBoxShadow {
    0% {
        box-shadow: 1px 1px 0 0 rgba(255, 244, 200, 0.1)
    }
    10% {
        box-shadow: 1px 1px 0 5px rgba(255, 244, 200, 0.3);
    }
    20% {
        box-shadow: 1px 1px 0 7px rgba(255, 244, 200, 0.6);
    }
    40% {
        box-shadow: 1px 1px 0 7px rgba(255, 244, 200, 1);
    }
    50% {
        box-shadow: 1px 1px 0 5px rgba(255, 244, 200, 0.5);
    }
    70% {
        box-shadow: 1px 1px 0 1px rgba(255, 244, 200, 0.3);
    }
    100% {
        box-shadow: 1px 1px 0 0 rgba(255, 244, 200, 0);
    }
}

@keyframes rowBoxShadow {
    0% {
        box-shadow: 1px 1px 0 0 rgba(255, 244, 200, 0.1)
    }
    10% {
        box-shadow: 1px 1px 0 5px rgba(255, 244, 200, 0.3);
    }
    20% {
        box-shadow: 1px 1px 0 7px rgba(255, 244, 200, 0.5);
    }
    40% {
        box-shadow: 1px 1px 0 7px rgba(255, 244, 200, 0.9);
    }
    50% {
        box-shadow: 1px 1px 0 5px rgba(255, 244, 200, 0.3);
    }
    70% {
        box-shadow: 1px 1px 0 1px rgba(255, 244, 200, 0.1);
    }
    100% {
        box-shadow: 1px 1px 0 0 rgba(255, 244, 200, 0);
    }
}

.pull-right .dropdown-menu-left {
    right: auto;
    left: 0;
}

.shop-name-body {
    margin-top: 12px;
}

.shop-name-body input {
    margin-bottom: 12px;
    width: 260px;
}

.shop-name-body .shop-name-desc {
    color: #999;
    font-size: 12px;
}

.shop-name-edit {
    border-bottom: 0!important;
}


i.icon-pencil.shop-name-edit-icon {
    color: #999;
    margin-left: 5px;
    background: url(/img/common/pencil-gray.png);
    background-size: 100%;
    width: 21px;
    height: 19px;
    line-height: 19px;
    background-position-y: -4px;
}
.shop-name-body.childRow{
    position: relative;
    *zoom: 1;
    margin-top: 20px;
}

.shop-name-body.childRow .leftDesc{
    position: absolute;
    left: 0px;
    right: 0px;
    width:120px;
    display: inline-block;
    text-align: right;
    padding:5px 0px;
    word-wrap: break-word;
}

.shop-name-body.childRow .rightContent{
    display: block;
    margin-left: 135px;
    min-height:30px;
}

